runtime.unwinder.frame (field)
29 uses
runtime (current package)
heapdump.go#L375: dumpframe(&u.frame, &child)
mbitmap.go#L1476: if u.frame.sp <= uintptr(p) && uintptr(p) < u.frame.varp {
mbitmap.go#L1482: locals, _, _ := u.frame.getStackMap(nil, false)
mbitmap.go#L1490: off := (uintptr(p) + i - u.frame.varp + size) / goarch.PtrSize
mgcmark.go#L803: scanframeworker(&u.frame, &state, gcw)
panic.go#L649: frame := &u.frame
stack.go#L935: adjustframe(&u.frame, &adjinfo)
traceback.go#L97: frame stkframe
traceback.go#L218: frame: frame,
traceback.go#L230: return u.frame.pc != 0
traceback.go#L255: frame := &u.frame
traceback.go#L446: frame := &u.frame
traceback.go#L525: u.frame.pc = 0
traceback.go#L568: if u.flags&(unwindPrintErrors|unwindSilentErrors) == 0 && u.frame.sp != gp.stktopsp {
traceback.go#L569: print("runtime: g", gp.goid, ": frame.sp=", hex(u.frame.sp), " top=", hex(gp.stktopsp), "\n")
traceback.go#L586: if u.flags&unwindTrap == 0 && u.frame.pc > u.frame.fn.entry() {
traceback.go#L588: return u.frame.pc - 1
traceback.go#L591: return u.frame.pc
traceback.go#L599: if cgoTraceback == nil || u.frame.fn.funcID != abi.FuncID_cgocallback || u.cgoCtxt < 0 {
traceback.go#L629: f := u.frame.fn
traceback.go#L989: f := u.frame.fn
traceback.go#L1015: argp := unsafe.Pointer(u.frame.argp)
traceback.go#L1021: if u.frame.pc > f.entry() {
traceback.go#L1022: print(" +", hex(u.frame.pc-f.entry()))
traceback.go#L1025: print(" fp=", hex(u.frame.fp), " sp=", hex(u.frame.sp), " pc=", hex(u.frame.pc))
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |